-
Notifications
You must be signed in to change notification settings - Fork 320
Implement the new tuning API for DeviceRadixSort
#6767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
DeviceRadixSort
d16f5b0 to
3263d2c
Compare
miscco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love how much this cleans everything up
| _CCCL_API constexpr friend bool | ||
| operator!=(const radix_sort_histogram_policy& lhs, const radix_sort_histogram_policy& rhs) | ||
| { | ||
| return !(lhs == rhs); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: We could guard all operator!= on #if _CCCL_STD_VER <= 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or we just wait until C++20 and refactor.
66dfd43 to
b0fe51f
Compare
0d56d8d to
56c437d
Compare
|
/ok to test 56c437d |
This comment has been minimized.
This comment has been minimized.
c583277 to
172c115
Compare
8ad87dc to
800b936
Compare
|
/ok to test 800b936 |
This comment has been minimized.
This comment has been minimized.
800b936 to
7e722a2
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test 7e722a2 |
This comment has been minimized.
This comment has been minimized.
|
/ok to test 6cefe64 |
6cefe64 to
74089a2
Compare
|
/ok to test 74089a2 |
This comment has been minimized.
This comment has been minimized.
a865210 to
c09c7cc
Compare
😬 CI Workflow Results🟥 Finished in 3h 19m: Pass: 72%/93 | Total: 2d 23h | Max: 2h 38m | Hits: 62%/74480See results here. |
84902a4 to
fe53e4d
Compare
fe53e4d to
891d802
Compare
Nice! I have never seen this one! |
PR is not fully ready yet, but ready to take a first round of review.
cub.test.device.radix_sort_keys.lid_0.key_bits_16passesif constexpron the onesweep algorithm in the dispatcherpolicy_selector_from_hub_policyFixes: #6676